home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2007 September / PCWSEP07.iso / Software / Linux / Linux Mint 3.0 Light / LinuxMint-3.0-Light.iso / casper / filesystem.squashfs / usr / share / onboard / run-onboard.py < prev    next >
Encoding:
Python Source  |  2007-02-20  |  78 b   |  7 lines

  1. #!/usr/bin/python
  2. import gtk
  3. from sok import Sok
  4. s = Sok()
  5. gtk.main()
  6. s.clean
  7.